McDirection enumeration

The moving direction of an axis.

Namespace: IntervalZero.KINGSTAR.Base

Assembly: IntervalZero.KINGSTAR.Base (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public enum McDirection
Public Enum McDirection

Members

Member name Value Description
mcPositiveDirection 0 Moves to the positive direction.
mcShortestWay 1 Takes the shortest route to reach the position.
mcNegativeDirection 2 Moves to the negative direction.
mcCurrentDirection 3 Uses the current direction.

See also

IntervalZero.KINGSTAR.Base Namespace